2008-06-14 Cody Russell <bratsche@gnome.org>
* gdk/win32/gdkselection-win32.c (gdk_win32_selection_add_targets):
Initialize hwnd to NULL. This fixes OpenClipboard() failure and,
according to MSDN docs, associates the open clipboard with the
current task. (#378158, reported by Andreas Köhler)
svn path=/trunk/; revision=20388
+2008-06-14 Cody Russell <bratsche@gnome.org>
+
+ * gdk/win32/gdkselection-win32.c (gdk_win32_selection_add_targets):
+
+ Initialize hwnd to NULL. This fixes OpenClipboard() failure and,
+ according to MSDN docs, associates the open clipboard with the
+ current task. (#378158, reported by Andreas Köhler)
+
2008-06-13 Matthias Clasen <mclasen@redhat.com>
* configure.in: Bump version
gint n_targets,
GdkAtom *targets)
{
- HWND hwnd;
+ HWND hwnd = NULL;
guint formatid;
gint i;
GSList *convertable_formats, *format;